runtime.gcControllerState.update (method)
6 uses
runtime (current package)
arena.go#L903: gcController.update(-int64(s.elemsize), 0)
arena.go#L1089: gcController.update(int64(s.elemsize), 0)
mcache.go#L214: gcController.update(int64(s.npages*pageSize)-int64(usedBytes), int64(c.scanAlloc))
mcache.go#L251: gcController.update(int64(s.npages*pageSize), 0)
mcache.go#L316: gcController.update(dHeapLive, scanAlloc)
mgcpacer.go#L895: func (c *gcControllerState) update(dHeapLive, dHeapScan int64) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)